projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f218a
)
Set GTK_STYLE_CLASS_SIDEBAR on the sidebar
author
Federico Mena Quintero
<federico@gnome.org>
Mon, 29 Oct 2012 17:52:34 +0000
(11:52 -0600)
committer
Federico Mena Quintero
<federico@gnome.org>
Mon, 29 Oct 2012 18:40:42 +0000
(12:40 -0600)
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index b8561984b83e32c095a570680d57181a0045be01..10ac11c40945fbe94f23d212ff349dd735c607f4 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-3295,6
+3295,8
@@
gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
GtkCellRenderer *cell;
GtkTreeSelection *selection;
+ gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (sidebar)), GTK_STYLE_CLASS_SIDEBAR);
+
create_volume_monitor (sidebar);
sidebar->bookmarks_manager = _gtk_bookmarks_manager_new (bookmarks_changed_cb, sidebar);